home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / wed12j.zip / CHANGES.TXT < prev    next >
Text File  |  1991-09-26  |  8KB  |  251 lines

  1. WINEDIT CHANGES, ADDITIONS, and BUG FIXES
  2. -----------------------------------------
  3.  
  4. Version 1.2j  (09/24/91)
  5.  
  6.                Corrected File.Merge problem with files > 4k.
  7.  
  8.                Corrected previous-file list save problem.
  9.  
  10.                Fixed bug - Shift+End,Delete on empty line.
  11.  
  12.                Changed word right/left and selectword to
  13.                skip punctuation as well as whitespace.
  14.  
  15.                Fixed paint bug.
  16.  
  17. Version 1.2h  (09/16/91)
  18.  
  19.                New file name macro for Compile.Configure menu -
  20.                %e = extension of current file name.
  21.  
  22.                Vertical scroll bar problem fixed.
  23.  
  24.                Selected text is used for search text if selection is
  25.                less than one line in length.
  26.  
  27.                Errors prevented trying to read last file from floppy
  28.                drive on startup.
  29.  
  30.                Ctrl+Z at end of file is stripped at file read.
  31.  
  32.                Pressing Backspace or Delete past end of line fills
  33.                to end of line with spaces.
  34.  
  35. Version 1.2g  (09/04/91)
  36.  
  37.                Corrected horizontal scroll paint problem.
  38.  
  39. Version 1.2f  (08/30/91)
  40.  
  41.                Fixed caret size problem right this time.
  42.  
  43. Version 1.2e  (08/27/91)
  44.  
  45.                Fixed caret size problem.
  46.  
  47. Version 1.2d  (08/26/91)
  48.  
  49.                Added task-specific messages to compile warning messages.
  50.  
  51.                Added word wrap.
  52.  
  53.                Added white space to beginnings of lines.
  54.  
  55.                Fixed numerous bugs:
  56.  
  57.                   Accessing floppy for previous file list caused
  58.                      error message.
  59.                   Arrow keys with no file open caused UAE.
  60.                   Delete key at end of file not handled properly.
  61.                   Extra CR/LF's sometimes added on File Read.
  62.                   Last line of file not repainted after paste.
  63.                   Macro file WINEDIT.MAC not saved to proper directory.
  64.                   Search starting past end of file caused UAE.
  65.                   Tab key deleted text in overtype mode.
  66.                   Undo of a paste not handled properly.
  67.  
  68. Version 1.2c  (internal release)
  69.  
  70. Version 1.2b  (07/17/91)
  71.  
  72.                WinEdit runs in Protected mode only.
  73.  
  74.                Corrected problem with WE_MACRO.DLL
  75.  
  76.                Corrected large ( 800K or larger) file problem.
  77.  
  78.  
  79. Version 1.2a  (07/09/91)
  80.  
  81.                Added Undo/Redo.
  82.  
  83.                Added Insert/Overtype mode.
  84.  
  85.                Added keyboard macros.
  86.  
  87.                Fixed problem with drop-down file list.
  88.  
  89.                Fixed printing error - not switching back from
  90.                landscape to portrait mode.
  91.  
  92.  
  93. Version 1.1B (06/10/91)
  94.  
  95.                Moved Last 20 file list from WINEDIT.INI to
  96.                project file.
  97.  
  98.                Fixed problem handling files that didn't end in
  99.                a CR/LF.
  100.  
  101.                Fixed scrollbar problem.
  102.  
  103.                Fixed problem trying to load previous file if it
  104.                no longer existed.
  105.  
  106.                Fixed status bar paint problem.
  107.  
  108.  
  109. Version 1.1A (05/04/91)
  110.  
  111.                Optimized vertical scrolling routine - especially
  112.                fast on systems with graphics coprocessors.
  113.  
  114.                Fixed PostScript print bug.
  115.  
  116.                Added Go to line function:  double click on status
  117.                line, or choose Go to line... from Search menu.
  118.  
  119.                Fixed a paste bug.
  120.  
  121. Version 1.0G (04/09/91)
  122.  
  123.                Show Next/Prev Error now handles Borland C++ compiler
  124.                output.
  125.  
  126.                Fixed combo box problem when minimizing window.
  127.  
  128.                Fixed paste when there is a selection.
  129.  
  130.                Changed screen update procedure to avoid flashing.
  131.  
  132.  
  133. Version 1.0F (04/02/91)
  134.  
  135.                Keypad + copies current line to clipboard if nothing is selected, 
  136.                otherwise copies selected text.
  137.                
  138.                Keypad - cuts current line to clipboard if nothing is selected,
  139.                otherwise cuts selected text.
  140.                
  141.                Main window size is saved in WINEDIT.INI.
  142.                
  143.                Header prints file date and time if file is unchanged,
  144.                current date and time if changed.
  145.  
  146.                Added File.Merge
  147.  
  148.                Corrected WINEDIT.HLP index error
  149.  
  150.                Changed file list combobox to handle keyboard better and
  151.                fixed update problem when closing with no active file windows.
  152.  
  153.                Corrected sharing violation when reloading SDKWIN.HLP
  154.                with SHARE.EXE loaded.
  155.  
  156.                Corrected Show Error problem when a link error was
  157.                encountered.
  158.  
  159.                Print now handles form feeds correctly.
  160.                
  161. Version 1.0E (03/14/91)
  162.  
  163.                Updated help files and documenation.
  164.  
  165.                Corrected minor printing bug.
  166.  
  167.                Corrected paint bug.
  168.  
  169. Version 1.0D (03/12/91)
  170.  
  171.                Changed local memory scheme to use danq's multiple far
  172.                local heap routines.
  173.  
  174.                Added keyboard selection items: Shift+PgUp, Shift+PgDn,
  175.                Shift+Ctrl+Home, Shift+Ctrl+End.
  176.  
  177.                Added davee's ultra-cool Control Bar.
  178.  
  179.                Fixed scrollbar bug.
  180.  
  181.                Fixed Edit.Paste bug.
  182.  
  183.                Fixed Edit.Cut bug.
  184.  
  185.                Streamlined screen updates after delete or backspace.
  186.                
  187.                Delete key at end of line now joins line with line below.
  188.                
  189. Version 1.0C (02/05/91):
  190.  
  191.                Added "Debug" item to Run Menu.
  192.  
  193.                Changed WinExec to richhe's Spawn.
  194.  
  195.                Fixed selection bug.
  196.  
  197.              (02/04/91):
  198.  
  199.                Corrected font problems with Adobe Type Manager(tm) 
  200.                and Publisher's PowerPak (tm).
  201.  
  202.                Added .WPJ (WinEdit Project) INI files for grouping
  203.                work projects.
  204.  
  205.                Added printer setup.
  206.  
  207.                Fixed numerous editing bugs.
  208.  
  209. Version 1.0B (01/06/91):
  210.  
  211.                Added Next Error/Prev Error viewing of compiler output.
  212.                
  213.                Left double click selects word.
  214.  
  215.                Changed File Open dialog box so that entering a drive or 
  216.                directory in the edit box changes directory and keeps
  217.                the current wild card pattern.
  218.  
  219.                Changed updating of WINEDIT.INI to cope with multiple instances
  220.                and quitting Windows sessions.
  221.  
  222.                Fixed bug allowing cursor to get out of sync with the current
  223.                position.
  224.  
  225.                Fixed numerous print bugs.
  226.  
  227.                Fixed bug - Canceling a print-to-file job at the "Output
  228.                file name" dialog box caused a lockup.
  229.  
  230.                Fixed bug - Starting selection with mouse and ending with
  231.                keyboard ignored mouse portion of selection.
  232.  
  233.                Fixed bug - Mouse click on text was positioning caret 
  234.                incorrectly by 1/2 character width.
  235.                
  236.                Fixed bug - if screen had scrolled horizontally with cursor
  237.                on a blank line, hitting HOME key produced momentary screen
  238.                garbage.
  239.  
  240.                Fixed bug - a Find... requiring a horizontal scroll was not
  241.                updating the screen and scrollbar properly in all cases.
  242.  
  243.                Fixed bug - Word Left wasn't restoring the screen and 
  244.                scrollbar properly if it had scrolled to the right.
  245.                
  246.                Fixed buttons on Search dialog box to line up with each other.
  247.  
  248. Version 1.0A (12/02/90):
  249.  
  250.                Initial release.
  251.